English
Deletes multiple existing catalogs in a single request.
Maximum 1000 catalogs can be deleted in a single request.
Returns the number of deleted catalogs.
cURL
curl --request POST \ --url https://your_a2_service/catalogs/bulk-delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
{ "deleted_rows": 123 }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Schema for the response of a delete operation.
Was this page helpful?